Coercion vs Casting

JavaScript performance comparison

Revision 3 of this test case created by harry

Test runner

Warning! For accurate results, please disable Firebug before running the tests. (Why?)

Java applet disabled.

Testing in archive.org_bot 0.0.0 / Other 0.0.0
Test Ops/sec
Coercion
~~+'2.9'-1
pending…
Casting
Math.floor(parseInt('2.9') - 1)
pending…
Bitshift
('2.9' >> 0) - 1
pending…

Compare results of other browsers

Revisions

You can edit these tests or add even more tests to this page by appending /edit to the URL.

0 Comments